Skip to content

Add parallel gzip decompression and shared scheduling - #8

Merged
jph00 merged 1 commit into
mainfrom
pr/add-parallel-gzip-decompression-and-shared
Aug 24, 2026
Merged

Add parallel gzip decompression and shared scheduling#8
jph00 merged 1 commit into
mainfrom
pr/add-parallel-gzip-decompression-and-shared

Conversation

@jph00

@jph00 jph00 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Adds an in-repo RFC 1951/1952 gzip decoder with automatic CLI format selection, concatenated-member support, checksum validation, and speculative parallel decompression.

Refactors bzip2 and gzip onto shared byte-budgeted scheduling machinery, adds differential and performance regression tests, and provides ungated process-memory benchmarking. Full SimpleWiki gzip validation is within the 1.2× rapidgzip-rust target while using slightly less physical memory.

README “Performance” and “Implementation and compatibility,” plus DEV “Architecture” and “Correctness and performance acceptance,” document the design, benchmarks, and reproduction commands.

@jph00 jph00 added the enhancement New feature or request label Aug 24, 2026
@jph00
jph00 merged commit c5b189b into main Aug 24, 2026
@jph00
jph00 deleted the pr/add-parallel-gzip-decompression-and-shared branch August 24, 2026 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant